-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Added a summary of issues indicating that the analysis was successful #2139
base: main
Are you sure you want to change the base?
Conversation
8ee1b9b
to
1691a96
Compare
Signed-off-by: DvoraShechter1 <[email protected]>
1691a96
to
97c8e8a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2139 +/- ##
==========================================
+ Coverage 39.20% 41.98% +2.78%
==========================================
Files 146 175 +29
Lines 4857 5630 +773
Branches 1164 1395 +231
==========================================
+ Hits 1904 2364 +460
- Misses 2939 3145 +206
- Partials 14 121 +107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small changes and this PR will be good to go.
@@ -182,6 +185,19 @@ const TabDetailsContent: React.FC<{ | |||
.filter((fullArchetype) => fullArchetype?.review) | |||
.filter(Boolean); | |||
|
|||
const issueReportsQuery = useFetchIssueReports(application.id); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This query returns a lot just to grab a count. Future improvements here to get a better counting endpoint from the hub backend services.
...rc/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx
Outdated
Show resolved
Hide resolved
...rc/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx
Outdated
Show resolved
Hide resolved
...rc/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx
Outdated
Show resolved
Hide resolved
...rc/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: DvoraShechter1 <[email protected]>
…ckle2-ui into issues-summary
Signed-off-by: DvoraShechter1 <[email protected]>
Signed-off-by: DvoraShechter1 <[email protected]>
Signed-off-by: DvoraShechter1 <[email protected]>
Add information in the app details:
issues summary i.e. " X critical, Y minor" or "Congratulations! No issues were found "
part 3 of #2012